public enum RGroupLabels extends java.lang.Enum<RGroupLabels>
Enum Constant and Description |
---|
AtomIndexLabels |
AtomMapLabels |
AutoDetect |
DummyAtomLabels |
IsotopeLabels |
MDLRGroupLabels |
RelabelDuplicateLabels |
Modifier and Type | Method and Description |
---|---|
static RGroupLabels |
swigToEnum(int swigValue) |
int |
swigValue() |
static RGroupLabels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RGroupLabels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGroupLabels IsotopeLabels
public static final RGroupLabels AtomMapLabels
public static final RGroupLabels AtomIndexLabels
public static final RGroupLabels RelabelDuplicateLabels
public static final RGroupLabels MDLRGroupLabels
public static final RGroupLabels DummyAtomLabels
public static final RGroupLabels AutoDetect
public static RGroupLabels[] values()
for (RGroupLabels c : RGroupLabels.values()) System.out.println(c);
public static RGroupLabels valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static RGroupLabels swigToEnum(int swigValue)